home *** CD-ROM | disk | FTP | other *** search
- .LineItem
- {
- float:left;
- clear:left;
- margin:0 0 20px 0 !important;
- margin:0 0 0 0;
- width:100%;
- height:32px;
- }
-
- li
- {
- float:left;
- margin:0 0 0 0;
- width:100%;
- height:32px;
-
- list-style:none;
- list-style-type:none;
- }
-
- ul
- {
- padding:0 0 0 0 !important;
- margin:0 0 0 0 !important;
- list-style-type:none;
- }
-
- a.TimeItem:link, a.TimeItem:visited
- {
- float:left;
- width:616px;
- height:30px;
- border-right:1px solid #888;
- border-bottom:1px solid #999;
- border-top:1px solid #ddd;
- line-height:30px;
- cursor:default;
- text-decoration:none;
- color:#333;
- }
- a.TimeItem:hover
- {
- background:#f0f9ff;
- }
-
- .TimeItem
- {
- float:left;
- width:616px;
- height:30px;
- border-right:1px solid #888;
- border-bottom:1px solid #999;
- border-top:1px solid #ddd;
- line-height:30px;
- cursor:default;
- text-decoration:none;
- color:#333;
- }
- /*
- .FinishedItem
- {
- float:left;
- width:576px;
- height:30px;
- border:1px solid #888;
- border-bottom:1px solid #999;
- border-top:1px solid #eee;
- line-height:30px;
- cursor:default;
- background:#e0e0e0;
- }
- .FinishedItem:hover
- {
- background:#eee;
- }
- */
-
- .TableHeader
- {
- float:left;
- width:616px !important;
- width:637px;
- height:30px;
- border:1px solid #888;
- border-bottom:1px solid #999;
- border-top:1px solid #999 !important;
- line-height:30px;
- cursor:default;
- text-decoration:none;
- color:#333;
- text-align:center;
- background:#eee;
- margin:20px 0 20px 0;
- padding:0 0 0 20px !important;
- padding:0 1px 0 20px;
- }
- .TableFooter
- {
- float:left;
- width:616px !important;
- width:637px;
- height:30px;
- border:1px solid #888;
- border-bottom:1px solid #999;
- border-top:1px solid #ddd;
-
- line-height:30px;
- cursor:default;
- text-decoration:none;
- color:#333;
- text-align:center;
- background:#c0c9cf;
-
- padding:0 0 0 20px !important;
- padding:0 1px 0 20px;
- }
-
-
- .TaskGroup
- {
- display:inline-block;
- float:left;
- font-weight:bold;
- color:#000;
- height:30px;
-
- padding:0 5px 0 5px;
- border-right:1px dashed #ddd;
- background:#f1f4f9;
- margin-right:5px;
- }
-
- .Time_Description
- {
- float:left;
- width:250px;
- height:30px;
- border-right:1px dashed #ddd;
- overflow:hidden;
- }
-
- .Time_DueDate
- {
- float:left;
- width:100px;
- height:30px;
- overflow:hidden;
- text-align:center;
- }
-
- .Time_Estimate
- {
- float:left;
-
-
- width:50px;
- height:30px;
- text-align:center;
- border-right:1px dashed #ddd;
- overflow:hidden;
- }
- .Time_Elapsed
- {
- float:left;
-
-
- width:50px;
- height:30px;
- text-align:center;
- border-right:1px dashed #ddd;
- color:#258;
- font-weight:bold;
- overflow:hidden;
- }
-
- .Time_Remain
- {
- float:left;
- padding-right:5px;
- width:45px !important;
- width:50px;
- height:30px;
- text-align:right;
- border-right:1px dashed #ddd;
- color:#c00;
- font-weight:bold;
- }
-
- .Time_Tag
- {
- float:left;
- width:60px;
- height:30px;
- text-align:center;
- border-right:1px dashed #ddd;
- }
-
- .Input_TimeDescription
- {
- float:left;
- width:235px;
- height:20px;
- margin:5px 0 0 5px;
- }
-
- .Input_TimeDueDate
- {
- float:left;
- width:90px;
- height:20px;
- margin:5px 0 0 5px;
- text-align:center;
- }
-
- .Input_TimeNumeric
- {
- float:left;
- width:40px !important;
- width:39px;
- height:20px;
- margin:5px 0 0 5px;
- text-align:center;
- }
-
- .Input_TimeText
- {
- float:left;
- width:50px;
- height:20px;
- margin:5px 0 0 5px;
- text-align:center;
- }
-
- a.TimeControl:link, a.TimeControl:visited
- {
- float:left;
- display:inline-block;
-
- padding:0 5px 0 1px;
- height:24px;
- border:3px dashed #ccc;
- border-left:0px;
- margin:1px 0 0 0;
- line-height:24px;
- font-weight:bold;
- text-decoration:none;
- color:#ccc;
- cursor:hand;
- }
-
- a.TimeControl:hover
- {
- border:3px dashed #aaa;
- border-left:0px;
- color:#999;
- }
-
- a.TimeControl:active
- {
- border:3px dashed #777;
- border-left:0px;
- color:#333;
- }
-
- #Tabs_Container
- {
- float:left;
- width:100%;
- height:30px;
- border-bottom:4px solid #888;
- margin:0 0 0px 0;
- }
-
- a.Tab:link, a.Tab:visited
- {
- float:left;
- width:100px;
- height:20px;
- margin:9px 0 0 5px;
- border-left:1px solid #aaa;
- border-right:1px solid #aaa;
- border-top:1px solid #aaa;
- background:#eee;
- line-height:20px;
- text-align:center;
- text-decoration:none;
- color:#888;
- }
-
- a.Tab:hover
- {
- background:#fff;
- color:#333;
- }
-
- a.Tab:active
- {
- background:#ccc;
- color:#000;
- }
-
- .SelectedTab
- {
- background:#888 !important;
- color:#fff !important;
- }
-
- .Item_back_arrow
- {
- float:left;
- display:block;
- width:20px !important;
- width:21px;
- height:30px !important;
- height:32px;
- background:#fff url(/img/App_GUI/Misc/arrow_back.jpg) center no-repeat;
-
- border-left:1px solid #888;
- border-bottom:1px solid #999;
- border-top:1px solid #ddd;
- line-height:30px;
- cursor:hand;
- }
-
-
- .Item_Indicator_bg
- {
- float:left;
- display:block;
- width:20px !important;
- width:21px;
- height:30px !important;
- height:32px;
- background:#fff url(/img/App_GUI/Misc/indicator_empty.jpg) center no-repeat;
-
- border-left:1px solid #888;
- border-bottom:1px solid #999;
- border-top:1px solid #ddd;
- line-height:30px;
- cursor:move;
- }
-
- .Item_Indicator
- {
- float:left;
- display:block;
- width:20px;
- height:30px;
- background:#fff url(/img/App_GUI/Misc/indicator_selected.jpg) center no-repeat;
- }
-
- div.dropmarker {
- height:0px;
- width:300px;
-
- border-bottom:4px dashed #777;
- margin-top:-3px;
- margin-left:-5px;
- z-index:1000;
- overflow: hidden;
- }
-
- #Tab_Indicator
- {
- float:left;
-
- height:20px;
- line-height:20px;
-
- margin:10px 0 0 10px;
-
- color:#888;
- font-size:12px;
- font-weight:bold;
- }
-
- /* progress bar */
-
- .Progress_Info_w_hor
- {
- float:left;
- display:block;
- clear:left;
-
- width:100%;
-
- line-height:20px;
- font-weight:bold;
- color:#444;
- margin:0 0 10px 0;
- }
-
- .Progress_Info_w
- {
- float:left;
- clear:left;
- display:block;
- clear:left;
- width:174px !important;
- width:179px;
- height:94px !important;
- height:99px;
-
- padding:5px 0 0 5px;
- line-height:20px;
- font-weight:bold;
- color:#444;
- margin:0 2px 20px 0;
- background: #ffff8b;
- border:2px solid #dddd69;
- }
-
- .Progress_Info
- {
- float:left;
- clear:left;
- display:block;
- clear:left;
-
- width:174px !important;
- height:94px !important;
-
- width:179px;
- height:99px;
- border-top:1px dashed #aaa;
-
- padding:5px 0 0 5px;
- line-height:20px;
- font-weight:bold;
- color:#444;
- margin:0 2px 20px 0;
- }
-
- .Progress_Region_w
- {
- float:left;
- display:block;
- height:99px;
- border-right:1px dotted #aaa;
- margin-bottom:20px;
- }
-
- .Progress_Region
- {
- float:left;
- display:block;
- height:99px;
- margin-bottom:20px;
- }
-
- .Progress_Region_Label
- {
- float:right;
- display:block;
-
- font-size:11px;
- font-weight:bold;
-
- height:25px !important;
- height:30px;
- text-align:right;
- padding:5px 5px 0 0;
- }
-
- .HourHint
- {
- font-size:10px;
- color:#888;
- }
-
- .Progress_Region_Label_2
- {
- float:left;
- display:block;
- height:25px !important;
- height:30px;
-
- text-align:left;
- padding:5px 0 0 5px;
-
- font-size:10px;
- font-weight:bold;
- color:#888;
- }
-
- .ProgressBar_Container
- {
- float:left;
- display:block;
- height:27px;
- border-top:1px solid #aaa;
- border-bottom:1px solid #aaa;
- background:#fff;
- }
- .ProgressBar
- {
- float:left;
- display:block;
- height:25px;
- background:#6af url(/img/ProjectCenter/progressbar.jpg) repeat-x;
- margin:1px 0 0 0;
- color:#fff;
- text-align:right;
- line-height:25px;
- font-weight:bold;
- }
-
- .Yellow
- {
- background:#6af url(/img/ProjectCenter/progressbar_yellow.jpg) repeat-x !important;
- }
-
- .hidden
- {
- display:none;
- }
-
- a.DragNDrop_Button:link, a.DragNDrop_Button:visited
- {
- float:left;
- display:block;
- width:82px !important;
- width:90px;
- height:24px;
- line-height:24px;
- color:#000;
- background:url(/img/ProjectCenter/dragndrop_normal.jpg) left top no-repeat;
- margin:12px 0 10px 12px !important;
- margin:12px 0 10px 5px;
- position:relative;
- cursor:hand !important;
- padding-left:8px;
- text-decoration:none;
- }
-
- a.DragNDrop_Button:active
- {
- background:url(/img/ProjectCenter/dragndrop_hover.jpg) left top no-repeat;
- }
-
- #DragNDrop_Button_Active
- {
- position:absolute;
- left:0px;
- top:0px;
- width:112px !important;
- width:120px;
- height:30px;
-
- padding-left:8px;
-
- background:url(/img/ProjectCenter/dragndrop_active.jpg) left top no-repeat;
- cursor:hand !important;
- color:#fff;
-
- }
-
- .HintArea
- {
-
- position:absolute;
- display:block;
- right:5px;
- top:20px;
- margin:0 0 0 0;
- border:2px dashed #cc8;
- background:#ffc;
- }
-
- .ControlArea
- {
- float:left;
- width:115px;
- height:50px;
- background:#fff;
- }
- .TextArea
- {
- position:absolute;
- right:115px;
- top:-2px;
- width:588px !important;
- width:598px;
- height:40px !important;
- height:50px;
- line-height:20px;
- font-size:12px;
- padding:5px 5px 5px 5px;
- background:#ffc;
- border:2px dashed #cc8;
- border-right:0px;
- z-index:1000;
- }
-
- .TimeSpent {color:#888 !important;}
- .TimeLeft {color:#c00 !important;}
-
- .pStatus_Label
- {
- display:inline-block;
- padding:0 5px 0 5px;
-
- line-height:30px;
- width:215px !important;
-
- width:225px;
- height:30px;
-
- color:#000;
-
- }
-
- .ItemPanel
- {
- float:left;
- width:100%;
-
- }
-
- a.ItemPanel:link, a.ItemPanel:visited
- {
- float:left;
- display:block;
- width:100%;
- text-decoration:none;
- color:#333;
- border-top:1px dashed #fff;
- border-bottom:1px dashed #fff;
- }
-
- a.ItemPanel:hover
- {
- background:#f5f5f5;
- border-top:1px dashed #ccc;
- border-bottom:1px dashed #ccc;
- }
-
- a.ItemPanel:active
- {
- background:#eee;
- border-top:1px dashed #bbb;
- border-bottom:1px dashed #bbb;
- }
-
- #SpecialHint
- {
- position:absolute;
- top:0px;
- left:0px;
- color:#aaa !important;
- font-size:12px !important;
- font-weight:normal !important;
- }
-
- #Tab_Container
- {
- float:left;
- position:relative;
- width:100%;
- }
-
- #Status_Spacer
- {
- float:left;
- display:block;
- width:100%;
- height:15px;
- }
-
- a.ReplaceLink:link, a.ReplaceLink:visited
- {
- display:block;
- color:#888;
- line-height:30px;
- font-size:12px;
- width:90px;
- height:20px;
- text-decoration:none;
- }
-
- a.ReplaceLink:hover
- {
- color:#444;
- text-decoration:underline;
- }
-
- .FinishedItem
- {
- text-decoration:line-through;
- color:#69c;
- }